home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Online / Apache / wwwcount2.4 / wcount / utils / mkstrip.txt < prev    next >
Text File  |  1997-11-23  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. mkstip(1)                                               mkstip(1)
  5.  
  6.  
  7. NAME
  8.        mkstrip - makes a strip of image by concatenating several
  9.        GIF images.
  10.  
  11. SYPONSIS
  12.        mkstrip file1.gif file2.gif file3.gif .... > final.gif
  13.  
  14. DESCRIPTION
  15.        mkstrip is a program to create a single GIF image by
  16.        concatenating several GIF images. It writes the
  17.        concatenated image on stdout. The images can be of any
  18.        size.
  19.  
  20.        This program can be used to concatenate arbitrary GIF
  21.        images, but this program must be used to create digit
  22.        image strip for the WWW Homepage access counter, because
  23.        it keeps necessary information about the strip in the GIF
  24.        comment extension.
  25.  
  26. EXAMPLES
  27.            mkstrip image1.gif image2.gif image3.gif > final.gif
  28.  
  29. ACKNOWLEDGEMENT
  30.        Thanks to John Cristy for ImageMagick. I borrowed many
  31.        routines from ImageMagick in GIF image combining library.
  32.  
  33. AUTHORS
  34.        Muhammad A Muquit
  35.        SEMCOR, Inc.
  36.        email: muquit@semcor.com
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                            Release 1.1                          1
  65.  
  66.  
  67.